home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / educate / schoolsh.zip / MAKDISKB.BAT < prev    next >
DOS Batch File  |  1995-10-12  |  2KB  |  63 lines

  1. echo off
  2. cls
  3. echo.
  4. echo   You are about to create a backup disk what will incorporate the
  5. echo.
  6. echo   entire HOME SCHOOLING program, and all of your saved records, if
  7. echo.
  8. echo   any saved records presently exist.  If this is what you want to
  9. echo.
  10. echo   do, then place a blank floppy disk in your B:DRIVE, and press any
  11. echo.
  12. echo   key to continue.  All of the files in the SCHOOL1 directory will
  13. echo.
  14. echo   be copied to your blank disk in the B:DRIVE.
  15. echo.
  16. echo   If the HOME SCHOOLING program already exists on the disk in the 
  17. echo.
  18. echo   B:DRIVE, it is not necessary to use the MAKDISKB Batch file.  You
  19. echo.
  20. echo   can simply use the SAVEB Batch file, and complete the backing up of
  21. echo.
  22. echo   your files much quicker.  If you wish to abort this screen, taking no
  23. echo.
  24. echo   action, just press the CTRL and C keys at the same time and answer Y
  25. echo.
  26. echo   `TERMINATE BATCH JOB?' prompt.
  27. pause
  28. cls
  29. ECHO.
  30. ECHO.
  31. ECHO.
  32. ECHO.
  33. ECHO.
  34. ECHO.
  35. ECHO.
  36. ECHO                     NOW INSTALLING HOME SCHOOLING PROGRAM
  37. ECHO.
  38. ECHO.
  39. ECHO                              PLEASE WAIT !!
  40. ECHO.
  41. ECHO.
  42. ECHO OFF
  43. COPY *.* B:\
  44. CLS
  45. ECHO.
  46. ECHO.
  47. ECHO.
  48. ECHO.
  49. ECHO.
  50. ECHO.
  51. echo   The backup disk containing the entire program, has been created.  Any
  52. echo.
  53. echo   records that might have existed in the SCHOOL1 directory, have also
  54. echo.
  55. echo   been transferred to that backup disk.  Please remove the disk and keep
  56. echo.
  57. echo   it in a safe place, after you ACCURATELY identify it with a label.
  58. echo.
  59. echo.
  60. echo.
  61. echo.
  62. pause
  63.